home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by the NeXT Interface Builder */
-
- #import <appkit/Application.h>
-
- #define APPNAME "BBFig"
-
- @interface YapApp : Application
- {
- id outputView;
- id outputWindow;
- id infoPanel;
- id helpPanel;
- id prefsPanel;
- id outputWidthField;
- id outputHeightField;
- id showCacheButton;
- id clearCacheButton;
-
- // Added by Izumi Ohzawa
- id showGridButton;
- id computeBBoxButton;
- id marginBBoxSlider;
- id marginBBoxField;
- int bbmargin; /* margin for BoundingBox */
-
- NXSize maxWindowSize;
- }
-
- - appDidInit:sender;
-
- - showInfo:sender;
- - showHelp:sender;
- - showPrefs:sender;
-
- - newDocument:sender;
- - openDocument:sender;
- - terminate:sender;
-
- - (int)appOpenFile:(const char *)path type:(const char *)type;
- - (BOOL)appAcceptsAnotherFile:sender;
-
- - updateOutputWindowSize;
-
- - outputView;
- - outputWindow;
-
- - bbmarginSliderAction:sender;
- - updatePreferencesPanel:sender;
- - okPreferencesPanel:sender;
- - (int)bbMargin;
-
- @end
-